Remove(Predicate<DicomAttribute>) Method
Removes the attributes from the DataSet that match the selector
public void Remove(
System.Predicate<DicomAttribute>
)
public procedure Remove(
: System.Predicate
);
public function Remove(
: System.Predicate
);
public: void Remove(
System.Predicate<DicomAttribute*>*
)
public:
void Remove(
System.Predicate<DicomAttribute^>^
)
'Declaration
Public Overloads Sub Remove( _
ByVal As System.Predicate(Of DicomAttribute) _
)
'Usage
Dim instance As DicomDataSet
Dim selector As System.Predicate(Of DicomAttribute)
instance.Remove(selector)
Parameters
- selector
- The predicate to match the attributes to be removed
Target Platforms: .NET CLR 4.8 or higher